home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN11PrRecSpy < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.6 KB  |  40 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #11:    PrRecord.Spy
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    PrRec.Spy.asm
  11.                    Spy.Stds.asm
  12.                    Full.Build
  13.                    Build
  14.                    Build.Macros 
  15.  
  16. MPW Components:    PrRecord.Spy.Aii
  17.                    Spy.Stds.Aii
  18.                    MakeFile
  19.  
  20. PrRecord.Spy shows how Print Manager records are modified as a result of 
  21. interactively changing the standard Apple IIGS Choose Printer, Page Setup, and 
  22. Printer Job dialog box settings.  Comparing record fields in both print record 
  23. windows after adjusting the settings provides insight to the Print Manager's 
  24. workings.  Modified record values are displayed in boldface in the Current 
  25. Settings window.
  26. _____________________________________________________________________________
  27.  
  28. This sample program shows how to make most Print Manager calls from a 65816 
  29. assembly language application.  It also demonstrates the use of Print Manager 
  30. call PMLoadDriver, supported by Apple IIGS System Disk 3.2 and later.
  31.  
  32. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  33. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  34. Build.Macros allow you to perform complete or partial rebuilds of the load 
  35. file PrRecord.Spy.
  36.  
  37. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  38. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  39. found in the MakeFile.
  40.